home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Gfx / Edit / TSMorph / src / brush / Goto.c < prev    next >
C/C++ Source or Header  |  1994-10-30  |  668b  |  60 lines

  1. #include <intuition/intuition.h>
  2. /* Iff2Src conversion: dh0:tsm/brushes/Goto.brush */
  3.  
  4. static UWORD __chip goto_data[60] = // note twice the actual size
  5.     {
  6.     /* Plane 0 */
  7.         0x0000,
  8.         0x0001,
  9.         0x1FF9,
  10.         0x1009,
  11.         0x13C9,
  12.         0x1669,
  13.         0x1069,
  14.         0x10C9,
  15.         0x1189,
  16.         0x1009,
  17.         0x1189,
  18.         0x1009,
  19.         0x1FF9,
  20.         0x0001,
  21.         0x7FFF,
  22.     /* Plane 1 */
  23.         0xFFFF,
  24.         0x8000,
  25.         0x8000,
  26.         0x8000,
  27.         0x8000,
  28.         0x8000,
  29.         0x8000,
  30.         0x8000,
  31.         0x8000,
  32.         0x8000,
  33.         0x8000,
  34.         0x8000,
  35.         0x8000,
  36.         0x8000,
  37.         0x8000
  38.     };
  39.  
  40.  
  41. struct Image goto_im =
  42.     {
  43.         0,0,
  44.         16,15,
  45.         2,
  46.         &goto_data[0],
  47.         0x03,0x0,
  48.         NULL
  49.     };
  50.  
  51. struct Image goto_imx =
  52.     {
  53.         0,0,
  54.         16,15,
  55.         2,
  56.         &goto_data[30],
  57.         0x03,0x0,
  58.         NULL
  59.     };
  60.